home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000163_news@columbia.edu _Thu Oct 7 11:54:38 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA22738
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 7 Oct 1999 11:54:34 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA29481
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 7 Oct 1999 11:48:09 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. Message-ID: <37FCB999.995D1432@tpsdata.com>
  10. From: Jim Whitby <jim@tpsdata.com>
  11. Subject: K95 shell function
  12. Date: Thu, 07 Oct 1999 11:17:47 -0400
  13. To: kermit.misc@columbia.edu
  14.  
  15. I have not had to do this yet, but the time is coming. I don't have the
  16. K95 yet just the unix version.
  17.  
  18. If I have started k95 from a unix shell ( ksh, bash or ?? ) on a win95
  19. machine. %COMSPEC still indicates command.com, not the unix shell. When
  20. I do a shell command , which shell will be used? The parent or %COMSPEC?
  21.  
  22. Lemme restate that:
  23.  
  24. >From a dos prompt on w95, i'll start a "unix shell" ( bash.exe ), then
  25. start K95, then need to do a shell command
  26. from K95 ( E.G. sed < blah blah> ). Which shell will get used? %COMSPEC
  27. or the parent "unix shell"?
  28.  
  29. I would suspect its %COMSPEC, but I've been wrong before!
  30.  
  31. Jim
  32.  
  33.